﻿/* CSS Document */

@charset "utf-8";
	/*重置样式*/
body,textarea {
	font:12px/1.5 Microsoft YaHei;
	color:#333;
}
body.mainbg {
	background-color:#fff;
}
div.mainborder {
	width:1000px;
	border:solid 1px #D5D5D5;
	margin:15px auto;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}
table tr td .row {
	padding-bottom:0px;
}
input,select,textarea,button {
	vertical-align:middle;
}
.playerdetail img{
	border:0px;
	width:100%;
	height:236px;
    border: 1px solid #C6C6C8;
}
ul,ol {
	list-style:none;
	margin:0px;
	padding:0px;
}
li {
	list-style:none outside none;
}
a {
	color: #2d80fe;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}
/*首页*/
div.indexmaindiv {
	height:236px;
	width:1200px;
	position: relative;
	left:50%;
	margin-left:-600px; margin-top:75px;
}
div.indexmaindiv1 {
	margin-top:25px;
}
.stylesgoleft {
	float:left;
	width:30px;
	height:50px;
	cursor:pointer;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: -30px;
}

div.indexmaindiv1 div.playerdetail {
	width:231px;
	height:276px;
	background:#FFF;
	font-family:Microsoft YaHei;
}
div.indexmaindiv1 div.playerdetail div.detailimg {
	width:220px;
	height:124px;
}
div.indexmaindiv1 div.playerdetail div.detailimg img {
	width:220px;
	height:349px;
}
div.indexmaindiv1 div.playerdetail div.teanames {
	text-align:center;
	font-size:14px;
	margin-top:5px;
	color:#333;
}
div.indexmaindiv1 div.playerdetail div.teadetail {
	width:156px;
	height:27px;
	margin:5px 8px;
	color:#666;
}
div.indexmaindiv1 div.playerdetail .checkdetail {
	width:134px;
	height:27px;
	line-height:27px;
	text-align:center;
	display:block;
	background:url('http://www.jq22.com/img/cs/500x300-9.png') no-repeat;
	margin:18px;
	color:#ffffff;
}
.stylesgoright {
	float:left;
	width:30px;
	height:50px;
	cursor:pointer;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -25px;
}

/*滚动*/
div.maindiv1 {
	float:left;
	width:1200px;
	height:276px;
	overflow:hidden;
	position:relative;
}
div.maindiv1 ul {
	position:absolute;
	left:0;
	top:0;
    display: flex;
}
#lin{
    display: block;
	float:left;
	width:231px;
	height:276px;
	margin-left:11px;
}
/*@media (max-width: 1100px) 
{
	#indexmaindiv{
		width: 810px;
		height: 230px;
	}
	#maindiv1{
		width: 810px;
		height: 230px;
	}
	#count1{
		width: 810px;
		height: 230px;
	}
	#count1 li{
		width: 122px;
		height: 230px;
	}
	#count1 li div{
		width: 122px;
		height: 230px;
	}
	#count1 li div img{
		width: 122px;
		height: 230px;
	}
	#goleft{
		
	}
}*/

.news-list div{
height:90px;
width:100%;
}
.news-list div img{
margin-right:10px;
}
 .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 30x;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #2d80fe;
}
.pagination li.thisclass {
	background: #2d80fe;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #2d80fe;
	color: #fff;
	cursor: default;
}